projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638cb9e
)
docs: Make infobar code example use GtkGrid instead of GtkTable
author
Benjamin Otte
<otte@redhat.com>
Wed, 28 Sep 2011 23:06:21 +0000
(
01:06
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 28 Sep 2011 23:51:46 +0000
(
01:51
+0200)
gtk/gtkinfobar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkinfobar.c
b/gtk/gtkinfobar.c
index 87f6d3bc4e4ac09d7edd3ad570f34915c6905975..7972605517502159e1dad6ddcadae8095c6ff28f 100644
(file)
--- a/
gtk/gtkinfobar.c
+++ b/
gtk/gtkinfobar.c
@@
-87,11
+87,9
@@
* GTK_STOCK_OK, GTK_RESPONSE_OK);
* g_signal_connect (info_bar, "response",
* G_CALLBACK (gtk_widget_hide), NULL);
- * gtk_table_attach (GTK_TABLE (table),
- * info_bar,
- * 0, 1, 2, 3,
- * GTK_EXPAND | GTK_FILL, 0,
- * 0, 0);
+ * gtk_grid_attach (GTK_GRID (grid),
+ * info_bar,
+ * 0, 2, 1, 1);
*
* /* ... */
*